Creates a StackPanel containing the specified Plot-s and AxisRenderer-s. The Panel is automatically added to the Dashboard's LayoutPanel.
Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing
SyntaxJava
Copy Code
|
|---|
public void createAndAddRowLayout ( |
A YAxisRenderer that should be placed at left side of the plots.
An array of Plot2D instances.
A YAxisRenderer that should be placed at right side of the plots.
See Also